home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / usr_-_Usr_Files / INCLUDE / CONFSTR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-17  |  119 b   |  9 lines

  1. #ifndef _CONFSTR_H
  2. #define _CONFSTR_H
  3.  
  4. #ifndef CS_PATH
  5. #define CS_PATH    "/bin:/usr/bin"
  6. #endif
  7.  
  8. #endif /* _CONFSTR_H */
  9.